Kickr CoreでGoogle mapを自由に走りたい
🗾🚲 自宅からチャリで日本縦断の課題の一つが、事前にルートを自分で設計するので曲がったりできないこと。
改善できると嬉しい
これをやるためにはKickr Coreのデータを使ってGoogle mapを直接駆動できるようにする必要がある
Kickr Coreの走行データはBluetooth Low EnergyかANT+という規格で取れるらしい
Implement Bluetooth and ANT+ sensor connections for iOS devices using standards for ANT+ and Bluetooth.
https://developers.wahooligan.com/
BLEにそういうspecがあるみたい
https://github.com/chadj/gpedal/blob/f67ab698dbc06548d256d591a5fdadb99b9d53dc/src/ui.js#L293
リンク切れしているが、これっぽい
Cycling Power Profile 1.1 – Bluetooth® Technology Website
The Cycling Power Profile is used to enable a data collection device to obtain data from a Cycling Power Sensor (CP Sensor) that exposes the Cycling Power Service
This profile requires the Generic Attribute Profile (GATT).
https://github.com/chadj/gpedal/blob/f67ab698dbc06548d256d591a5fdadb99b9d53dc/src/Meter.js
ant_manufacturers 32がwahoo_fitness
=org.bluetooth.service.cycling_power.